home *** CD-ROM | disk | FTP | other *** search
/ CD PowerPlay 10 / CD Powerplay Issue 10 (February 1996).iso / fxfight / cdpp.bat next >
Encoding:
DOS Batch File  |  1996-01-09  |  241 b   |  19 lines

  1. echo off
  2. cls
  3. echo.
  4. echo.
  5. echo  This game will take up approx 6Mb
  6. echo.
  7. echo  Copying Files
  8. md c:\fxfight
  9. xcopy *.* c:\fxfight\ /s
  10. attrib c:\fxfight\*.* -r -a -s -h /s
  11. c:
  12. cd\
  13. cd fxfight
  14. call setup.exe
  15. call fight.exe
  16. cd\
  17. d:
  18.  
  19.